3.4.43 \(\int \frac {x^4}{(a+b x)^{3/2}} \, dx\) [343]

3.4.43.1 Optimal result
3.4.43.2 Mathematica [A] (verified)
3.4.43.3 Rubi [A] (verified)
3.4.43.4 Maple [A] (verified)
3.4.43.5 Fricas [A] (verification not implemented)
3.4.43.6 Sympy [B] (verification not implemented)
3.4.43.7 Maxima [A] (verification not implemented)
3.4.43.8 Giac [A] (verification not implemented)
3.4.43.9 Mupad [B] (verification not implemented)

3.4.43.1 Optimal result

Integrand size = 13, antiderivative size = 85 \[ \int \frac {x^4}{(a+b x)^{3/2}} \, dx=-\frac {2 a^4}{b^5 \sqrt {a+b x}}-\frac {8 a^3 \sqrt {a+b x}}{b^5}+\frac {4 a^2 (a+b x)^{3/2}}{b^5}-\frac {8 a (a+b x)^{5/2}}{5 b^5}+\frac {2 (a+b x)^{7/2}}{7 b^5} \]

output
4*a^2*(b*x+a)^(3/2)/b^5-8/5*a*(b*x+a)^(5/2)/b^5+2/7*(b*x+a)^(7/2)/b^5-2*a^ 
4/b^5/(b*x+a)^(1/2)-8*a^3*(b*x+a)^(1/2)/b^5
 
3.4.43.2 Mathematica [A] (verified)

Time = 0.03 (sec) , antiderivative size = 57, normalized size of antiderivative = 0.67 \[ \int \frac {x^4}{(a+b x)^{3/2}} \, dx=\frac {2 \left (-128 a^4-64 a^3 b x+16 a^2 b^2 x^2-8 a b^3 x^3+5 b^4 x^4\right )}{35 b^5 \sqrt {a+b x}} \]

input
Integrate[x^4/(a + b*x)^(3/2),x]
 
output
(2*(-128*a^4 - 64*a^3*b*x + 16*a^2*b^2*x^2 - 8*a*b^3*x^3 + 5*b^4*x^4))/(35 
*b^5*Sqrt[a + b*x])
 
3.4.43.3 Rubi [A] (verified)

Time = 0.19 (sec) , antiderivative size = 85, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.154, Rules used = {53, 2009}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \frac {x^4}{(a+b x)^{3/2}} \, dx\)

\(\Big \downarrow \) 53

\(\displaystyle \int \left (\frac {a^4}{b^4 (a+b x)^{3/2}}-\frac {4 a^3}{b^4 \sqrt {a+b x}}+\frac {6 a^2 \sqrt {a+b x}}{b^4}-\frac {4 a (a+b x)^{3/2}}{b^4}+\frac {(a+b x)^{5/2}}{b^4}\right )dx\)

\(\Big \downarrow \) 2009

\(\displaystyle -\frac {2 a^4}{b^5 \sqrt {a+b x}}-\frac {8 a^3 \sqrt {a+b x}}{b^5}+\frac {4 a^2 (a+b x)^{3/2}}{b^5}-\frac {8 a (a+b x)^{5/2}}{5 b^5}+\frac {2 (a+b x)^{7/2}}{7 b^5}\)

input
Int[x^4/(a + b*x)^(3/2),x]
 
output
(-2*a^4)/(b^5*Sqrt[a + b*x]) - (8*a^3*Sqrt[a + b*x])/b^5 + (4*a^2*(a + b*x 
)^(3/2))/b^5 - (8*a*(a + b*x)^(5/2))/(5*b^5) + (2*(a + b*x)^(7/2))/(7*b^5)
 

3.4.43.3.1 Defintions of rubi rules used

rule 53
Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int 
[ExpandIntegrand[(a + b*x)^m*(c + d*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, 
x] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0] && LeQ[7*m + 4*n + 4, 0]) 
|| LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])
 

rule 2009
Int[u_, x_Symbol] :> Simp[IntSum[u, x], x] /; SumQ[u]
 
3.4.43.4 Maple [A] (verified)

Time = 0.08 (sec) , antiderivative size = 54, normalized size of antiderivative = 0.64

method result size
gosper \(-\frac {2 \left (-5 b^{4} x^{4}+8 a \,b^{3} x^{3}-16 a^{2} b^{2} x^{2}+64 a^{3} b x +128 a^{4}\right )}{35 \sqrt {b x +a}\, b^{5}}\) \(54\)
trager \(-\frac {2 \left (-5 b^{4} x^{4}+8 a \,b^{3} x^{3}-16 a^{2} b^{2} x^{2}+64 a^{3} b x +128 a^{4}\right )}{35 \sqrt {b x +a}\, b^{5}}\) \(54\)
pseudoelliptic \(\frac {\frac {2}{7} b^{4} x^{4}-\frac {16}{35} a \,b^{3} x^{3}+\frac {32}{35} a^{2} b^{2} x^{2}-\frac {128}{35} a^{3} b x -\frac {256}{35} a^{4}}{\sqrt {b x +a}\, b^{5}}\) \(54\)
risch \(-\frac {2 \left (-5 b^{3} x^{3}+13 a \,b^{2} x^{2}-29 a^{2} b x +93 a^{3}\right ) \sqrt {b x +a}}{35 b^{5}}-\frac {2 a^{4}}{b^{5} \sqrt {b x +a}}\) \(59\)
derivativedivides \(\frac {\frac {2 \left (b x +a \right )^{\frac {7}{2}}}{7}-\frac {8 a \left (b x +a \right )^{\frac {5}{2}}}{5}+4 a^{2} \left (b x +a \right )^{\frac {3}{2}}-8 a^{3} \sqrt {b x +a}-\frac {2 a^{4}}{\sqrt {b x +a}}}{b^{5}}\) \(62\)
default \(\frac {\frac {2 \left (b x +a \right )^{\frac {7}{2}}}{7}-\frac {8 a \left (b x +a \right )^{\frac {5}{2}}}{5}+4 a^{2} \left (b x +a \right )^{\frac {3}{2}}-8 a^{3} \sqrt {b x +a}-\frac {2 a^{4}}{\sqrt {b x +a}}}{b^{5}}\) \(62\)

input
int(x^4/(b*x+a)^(3/2),x,method=_RETURNVERBOSE)
 
output
-2/35/(b*x+a)^(1/2)*(-5*b^4*x^4+8*a*b^3*x^3-16*a^2*b^2*x^2+64*a^3*b*x+128* 
a^4)/b^5
 
3.4.43.5 Fricas [A] (verification not implemented)

Time = 0.22 (sec) , antiderivative size = 63, normalized size of antiderivative = 0.74 \[ \int \frac {x^4}{(a+b x)^{3/2}} \, dx=\frac {2 \, {\left (5 \, b^{4} x^{4} - 8 \, a b^{3} x^{3} + 16 \, a^{2} b^{2} x^{2} - 64 \, a^{3} b x - 128 \, a^{4}\right )} \sqrt {b x + a}}{35 \, {\left (b^{6} x + a b^{5}\right )}} \]

input
integrate(x^4/(b*x+a)^(3/2),x, algorithm="fricas")
 
output
2/35*(5*b^4*x^4 - 8*a*b^3*x^3 + 16*a^2*b^2*x^2 - 64*a^3*b*x - 128*a^4)*sqr 
t(b*x + a)/(b^6*x + a*b^5)
 
3.4.43.6 Sympy [B] (verification not implemented)

Leaf count of result is larger than twice the leaf count of optimal. 3606 vs. \(2 (82) = 164\).

Time = 4.05 (sec) , antiderivative size = 3606, normalized size of antiderivative = 42.42 \[ \int \frac {x^4}{(a+b x)^{3/2}} \, dx=\text {Too large to display} \]

input
integrate(x**4/(b*x+a)**(3/2),x)
 
output
-256*a**(87/2)*sqrt(1 + b*x/a)/(35*a**40*b**5 + 350*a**39*b**6*x + 1575*a* 
*38*b**7*x**2 + 4200*a**37*b**8*x**3 + 7350*a**36*b**9*x**4 + 8820*a**35*b 
**10*x**5 + 7350*a**34*b**11*x**6 + 4200*a**33*b**12*x**7 + 1575*a**32*b** 
13*x**8 + 350*a**31*b**14*x**9 + 35*a**30*b**15*x**10) + 256*a**(87/2)/(35 
*a**40*b**5 + 350*a**39*b**6*x + 1575*a**38*b**7*x**2 + 4200*a**37*b**8*x* 
*3 + 7350*a**36*b**9*x**4 + 8820*a**35*b**10*x**5 + 7350*a**34*b**11*x**6 
+ 4200*a**33*b**12*x**7 + 1575*a**32*b**13*x**8 + 350*a**31*b**14*x**9 + 3 
5*a**30*b**15*x**10) - 2432*a**(85/2)*b*x*sqrt(1 + b*x/a)/(35*a**40*b**5 + 
 350*a**39*b**6*x + 1575*a**38*b**7*x**2 + 4200*a**37*b**8*x**3 + 7350*a** 
36*b**9*x**4 + 8820*a**35*b**10*x**5 + 7350*a**34*b**11*x**6 + 4200*a**33* 
b**12*x**7 + 1575*a**32*b**13*x**8 + 350*a**31*b**14*x**9 + 35*a**30*b**15 
*x**10) + 2560*a**(85/2)*b*x/(35*a**40*b**5 + 350*a**39*b**6*x + 1575*a**3 
8*b**7*x**2 + 4200*a**37*b**8*x**3 + 7350*a**36*b**9*x**4 + 8820*a**35*b** 
10*x**5 + 7350*a**34*b**11*x**6 + 4200*a**33*b**12*x**7 + 1575*a**32*b**13 
*x**8 + 350*a**31*b**14*x**9 + 35*a**30*b**15*x**10) - 10336*a**(83/2)*b** 
2*x**2*sqrt(1 + b*x/a)/(35*a**40*b**5 + 350*a**39*b**6*x + 1575*a**38*b**7 
*x**2 + 4200*a**37*b**8*x**3 + 7350*a**36*b**9*x**4 + 8820*a**35*b**10*x** 
5 + 7350*a**34*b**11*x**6 + 4200*a**33*b**12*x**7 + 1575*a**32*b**13*x**8 
+ 350*a**31*b**14*x**9 + 35*a**30*b**15*x**10) + 11520*a**(83/2)*b**2*x**2 
/(35*a**40*b**5 + 350*a**39*b**6*x + 1575*a**38*b**7*x**2 + 4200*a**37*...
 
3.4.43.7 Maxima [A] (verification not implemented)

Time = 0.21 (sec) , antiderivative size = 71, normalized size of antiderivative = 0.84 \[ \int \frac {x^4}{(a+b x)^{3/2}} \, dx=\frac {2 \, {\left (b x + a\right )}^{\frac {7}{2}}}{7 \, b^{5}} - \frac {8 \, {\left (b x + a\right )}^{\frac {5}{2}} a}{5 \, b^{5}} + \frac {4 \, {\left (b x + a\right )}^{\frac {3}{2}} a^{2}}{b^{5}} - \frac {8 \, \sqrt {b x + a} a^{3}}{b^{5}} - \frac {2 \, a^{4}}{\sqrt {b x + a} b^{5}} \]

input
integrate(x^4/(b*x+a)^(3/2),x, algorithm="maxima")
 
output
2/7*(b*x + a)^(7/2)/b^5 - 8/5*(b*x + a)^(5/2)*a/b^5 + 4*(b*x + a)^(3/2)*a^ 
2/b^5 - 8*sqrt(b*x + a)*a^3/b^5 - 2*a^4/(sqrt(b*x + a)*b^5)
 
3.4.43.8 Giac [A] (verification not implemented)

Time = 0.30 (sec) , antiderivative size = 77, normalized size of antiderivative = 0.91 \[ \int \frac {x^4}{(a+b x)^{3/2}} \, dx=-\frac {2 \, a^{4}}{\sqrt {b x + a} b^{5}} + \frac {2 \, {\left (5 \, {\left (b x + a\right )}^{\frac {7}{2}} b^{30} - 28 \, {\left (b x + a\right )}^{\frac {5}{2}} a b^{30} + 70 \, {\left (b x + a\right )}^{\frac {3}{2}} a^{2} b^{30} - 140 \, \sqrt {b x + a} a^{3} b^{30}\right )}}{35 \, b^{35}} \]

input
integrate(x^4/(b*x+a)^(3/2),x, algorithm="giac")
 
output
-2*a^4/(sqrt(b*x + a)*b^5) + 2/35*(5*(b*x + a)^(7/2)*b^30 - 28*(b*x + a)^( 
5/2)*a*b^30 + 70*(b*x + a)^(3/2)*a^2*b^30 - 140*sqrt(b*x + a)*a^3*b^30)/b^ 
35
 
3.4.43.9 Mupad [B] (verification not implemented)

Time = 0.03 (sec) , antiderivative size = 71, normalized size of antiderivative = 0.84 \[ \int \frac {x^4}{(a+b x)^{3/2}} \, dx=\frac {2\,{\left (a+b\,x\right )}^{7/2}}{7\,b^5}-\frac {8\,a^3\,\sqrt {a+b\,x}}{b^5}+\frac {4\,a^2\,{\left (a+b\,x\right )}^{3/2}}{b^5}-\frac {2\,a^4}{b^5\,\sqrt {a+b\,x}}-\frac {8\,a\,{\left (a+b\,x\right )}^{5/2}}{5\,b^5} \]

input
int(x^4/(a + b*x)^(3/2),x)
 
output
(2*(a + b*x)^(7/2))/(7*b^5) - (8*a^3*(a + b*x)^(1/2))/b^5 + (4*a^2*(a + b* 
x)^(3/2))/b^5 - (2*a^4)/(b^5*(a + b*x)^(1/2)) - (8*a*(a + b*x)^(5/2))/(5*b 
^5)